Uses of Interface
org.eclipse.vtp.desktop.projects.core.IApplicationDesign

Packages that use IApplicationDesign
org.eclipse.vtp.desktop.projects.core   
org.eclipse.vtp.desktop.projects.core.internals   
 

Uses of IApplicationDesign in org.eclipse.vtp.desktop.projects.core
 

Methods in org.eclipse.vtp.desktop.projects.core that return IApplicationDesign
 IApplicationDesign IApplicationProject.getApplicationDesign()
           
 

Uses of IApplicationDesign in org.eclipse.vtp.desktop.projects.core.internals
 

Classes in org.eclipse.vtp.desktop.projects.core.internals that implement IApplicationDesign
 class ApplicationDesign
          This is the concrete implementation of IApplicationDesign and provides the default behavior of that interface.
 

Methods in org.eclipse.vtp.desktop.projects.core.internals that return IApplicationDesign
 IApplicationDesign ApplicationProject.getApplicationDesign()